net/http.http2MetaHeadersFrame.PseudoValue (method)

7 uses

	net/http (current package)
		h2_bundle.go#L3025: func (mh *http2MetaHeadersFrame) PseudoValue(pseudo string) string {
		h2_bundle.go#L6291: 		method:    f.PseudoValue("method"),
		h2_bundle.go#L6292: 		scheme:    f.PseudoValue("scheme"),
		h2_bundle.go#L6293: 		authority: f.PseudoValue("authority"),
		h2_bundle.go#L6294: 		path:      f.PseudoValue("path"),
		h2_bundle.go#L6295: 		protocol:  f.PseudoValue("protocol"),
		h2_bundle.go#L10064: 	status := f.PseudoValue("status")